Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class_vars
get_class_vars
Returns an array of default properties of the class
Name:
get_class_vars
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array of default properties of the class
Related
Best practices for storing and passing data using serialize in distributed systems
5
How to Install PHP5 and PHP7 on CentOS and Switch Versions
1
How to Effectively Debug Using Log Recording with the get_client_stats Function?
5
How to detect and convert character encoding in PHP using mb_get_info
6
Similar Functions
method_exists
method_exists
Checkiftheclassmetho
get_class_vars
get_class_vars
Returnsanarrayofdefa
trait_exists
trait_exists
Checkifthespecifiedt
interface_exists
interface_exists
Checkiftheinterfacei
class_exists
class_exists
Checkiftheclassisdef
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_object_vars
get_object_vars
Returntowritetoyouth
Popular Articles